*,
html,
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "寰蒋闆呴粦";
	outline: none;
}

body {
	min-width: 1200px;
	background: #775C8C;
}

html,
body {
	overflow-x: hidden;
}

img {
	display: inline-block;
	border: 0 none;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

/* nav */
.header {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	/*height: 93px;*/
}

.header .container>a {
	display: inline-block;
	float: left;
	padding-top: 25px;
}
.header .container>a img {
	width: 350px;
}

.logo-right {
	float: left;
	width: 100%;
	//background: rgba(0, 0, 0, .7);
        background: url(/upfiles/202503/20250324160937958.png) rgba(0, 0, 0, .7) no-repeat 99% center;
	height: 100px;
}

.logo-top {
	width: 100%;
	height: 32px;
	color: #fff;
	line-height: 32px;
	position: relative;
	text-align: left;
	background: rgba(195, 82, 27, .7);
        display: none;
}

.logo-top span {
	font-size: 0.75rem;
	float: left;
}

.logo-top img {
	display: block;
	float: left;
	margin: 3px 5px 0;
}

.logo-top .language {
	float: right;
	position: relative;
	height: 32px;
}

.logo-top a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 0.75rem;
	text-decoration: none;
	line-height: 32px;
}

.logo-top a span {
	float: right;
	margin-left: 5px;
	transform: rotateX(180deg);
}

.logo-top .language .fu {
	display: none;
	position: absolute;
	width: 100%;
	height: auto;
	line-height: 1.5;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 2px;
	z-index: 88;
}

.logo-top .language .fu a {
	height: 15px;
	line-height: 15px;
}

/* 瀵艰埅鑿滃崟 */
.logo-bot {
	float: right;
	width: calc(100% - 400px);
	height: 100px;
	line-height: 100px;
}

.logo-bot>ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
}

.logo-bot>ul>li {
	display: inline-block;
	float: left;
	width: auto;
	height: 100px;
	line-height: 100px;
	/*! width: 14.28%; */
	text-align: center;
	position: relative;
}

.logo-bot>ul>li>a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.logo-bot>ul>li:hover>a {
	color: #ff8c55;
}

/* 浜岀骇鑿滃崟 */
.logo-bot ul>li .sub {
	position: absolute;
	top: 100%;
	height: 176px;
	overflow: hidden;
	width: 450px;
	left: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 77;
	padding: 10px;
	box-sizing: border-box;
	display: none;
	box-shadow: 0 0px 3px #ccc;
}

.logo-bot ul>li .sub .sub_main {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	height: auto;
	display: inline-block;
}

.logo-bot ul>li .sub .sub_left {
	float: left;
	width: 50%;
	text-align: center;
}

.logo-bot ul>li .sub .sub_left .sub_left_a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}

.logo-bot ul>li .sub .sub_left .sub_left_a img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.logo-bot ul>li .sub .sub_left .sub_left_a:hover img {
	transform: scale(1.2);
}

.logo-bot ul>li .sub .sub_right {
	width: 50%;
	padding: 0 15px;
	display: block;
	float: right;
	overflow: hidden;
	min-height: 100px;
	box-sizing: border-box;
}

.logo-bot ul>li .sub .sub_right h5 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.logo-bot ul>li .sub .sub_right .sub_right_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.logo-bot ul>li .sub .sub_right li {
	float: left;
	margin-right: 15px;
	height: 40px;
}

.logo-bot ul>li .sub .sub_right li a {
	font-size: 0.8125rem;
	line-height: 40px;
	color: #333;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: block;
        text-decoration: none;
}

.logo-bot ul>li .sub .sub_right li a:hover {
	color: #f9986d;
}

/* footer */
footer {
	width: 100%;
	height: 440px;
	background: #272831;
}

.foot-top {
	width: 100%;
	height: 110px;
	border-bottom: 1px solid #444760;
}

.foot-top a {
	display: inline-block;
	width: auto;
	height: 110px;
	float: left;
	margin: 0 10px;
	position: relative;
}

.foot-top a img {
	position: relative;
	bottom: -10px;
}

.foot-top a:nth-child(4) {
	float: right;
}

.foot-top a:nth-child(4) img {
	right: 0;
	height: 90px;
}

.foot-bot {
	color: #9F9F9F;
	line-height: 55px;
}

.foot-bot a {
	margin: 0 10px;
	color: #9F9F9F;
	font-size: 0.75rem;
	text-decoration: none;
}

.foot-bot a:hover {
	color: #FFFFFF;
}

.foot-bot p {
	display: inline-block;
	float: right;
}

.foot-bot p span {
	font-size: 0.75rem;
}

.foot-cont {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 272px;
	padding-top: 27px;
	box-sizing: border-box;
	border-bottom: 1px solid #444760;
}

.foot-cont>ul {
	float: left;
	width: 9%;
	margin: 0 4.6%;
	color: #FFFFFF;
}

.foot-cont>ul:nth-child(1) {
	margin-left: 0;
}

.foot-cont>ul:nth-child(6) {
	margin-right: 0;
}

.foot-cont>ul>li {
	margin: 10px 0;
}

.foot-cont>ul>li a {
	font-size: 12px;
	color: #9F9F9F;
	text-decoration: none;
}

.foot-cont>ul>li a:hover {
	color: #FFFFFF;
}


/* 鎮?*/
.xuanfu {
	position: fixed;
	right: 0;
	top: calc(50% - 180px);
	z-index: 35;
	color: #FFFFFF;
	font-size: 0.875rem;
}

.xuanfu ul {}

.xuanfu ul li {
	width: 90px;
	height: 70px;
	background: rgba(0, 0, 0, 0.6);
	border: 1px solid #BEBEBE;
	margin-top: 2px;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.xuanfu ul li img {
	position: absolute;
	bottom: 0;
	right: 100%;
	display: none;
}
.xuanfu ul li:hover img {
	display: block;
}

.xuanfu ul li a {
	font-size: 0.75rem;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	width: 90px;
	height: 20px;
	line-height: 20px;
	padding-top: 45px;
	padding-bottom: 5px;
	text-align: center;
	position: relative;
	z-index: 4;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.xuanfu ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.xuanfu ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.xuanfu ul li:nth-child(1)::after {
	background: url(../img/xf-1.png);
}

.xuanfu ul li:nth-child(2)::after {
	background: url(../img/xf-2.png);
}

.xuanfu ul li:nth-child(3)::after {
	background: url(../img/xf-3.png);
}

.xuanfu ul li:nth-child(4)::after {
	background: url(../img/xf-4.png);
}

.xuanfu ul li:nth-child(5)::after {
	background: url(../img/xf-5.png);
}

.xuanfu ul li:nth-child(1)::before {
	background: rgba(90, 167, 41, 0.7);
}

.xuanfu ul li:nth-child(2)::before {
	background: rgba(70, 112, 176, 0.7);
}

.xuanfu ul li:nth-child(3)::before {
	background: rgba(144, 72, 200, 0.7);
}

.xuanfu ul li:nth-child(4)::before {
	background: rgba(197, 81, 29, 0.7);
}

.xuanfu ul li:nth-child(5)::before {
	background: rgba(196, 53, 54, 0.7);
}

.xuanfu ul li:hover {
	background: none;
}

.xuanfu ul li:hover::before {
	opacity: 1;
}

.xuanfu ul li:hover::after {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: rubberBand 0.5s;
	animation: rubberBand 0.5s;
}

/* banner */
.banner {
	width: 100%;
	overflow: hidden;
}

#swiper1 {
	width: 100%;
	height: 100%;
	position: relative;
}

#swiper1 .swiper-wrapper .swiper-slide {
	padding: 0;
	margin: 0;
}

.banner .swiper-slide>img {
	position: absolute;
	z-index: 5;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
}

.banner .swiper-slide .banner-bg {
	position: relative;
	width: 100%;
	z-index: 2;
	height: 100%;
	transform: translate(0, 0) scale(1, 1);
}

/* banner-one */
#banner-one img:nth-child(1) {
	width: 10.05%;
	right: 30.21%;
	top: 55.55%;
	z-index: 5;
	opacity: 0;
	transition-delay: 3s;
	transform: translate(0, 100px) scale(1, 1);
}

#banner-one img:nth-child(2) {
	width: 56.15%;
	left: 21.88%;
	top: 47.87%;
	z-index: 5;
	opacity: 0;
	transition-delay: 2s;
	transform: translate(500px, 0) scale(1, 1);
}

#banner-one img:nth-child(3) {
	width: 5.52%;
	left: 45%;
	top: 23.33%;
	z-index: 6;
	transition-delay: 0.5s;
	opacity: 0;
	transform: translate(-100%, 100%) scale(2, 2);
}

#banner-one img:nth-child(4) {
	width: 6.67%;
	left: 50.83%;
	top: 31.39%;
	z-index: 6;
	transition-delay: 0.8s;
	opacity: 0;
	transform: translate(100%, 100%) scale(2, 2);
}

#banner-one img:nth-child(5) {
	width: 8.6%;
	left: 41.51%;
	top: 40.2%;
	z-index: 6;
	transition-delay: 1s;
	opacity: 0;
	transform: translate(-100%, 100%) scale(2, 2);
}

#banner-one img:nth-child(6) {
	width: 8.85%;
	left: 49.11%;
	top: 53.33%;
	z-index: 6;
	transition-delay: 1.2s;
	opacity: 0;
	transform: translate(100%, 100%) scale(2, 2);
}


/* banner-two */
#banner-two img:nth-child(1) {
	width: 10.05%;
	right: 30.21%;
	top: 55.55%;
	opacity: 0;
	transition-delay: 3s;
	transform: translate(100px, 0) scale(1, 1);
}

#banner-two img:nth-child(2) {
	width: 56.15%;
	left: 21.88%;
	top: 47.87%;
	opacity: 0;
	transition-delay: 2s;
	transform: translate(-500px, 0) scale(1, 1);
}

#banner-two img:nth-child(3) {
	width: 6.15%;
	left: 45%;
	top: 23.33%;
	z-index: 6;
	transition-delay: 0.5s;
	opacity: 0;
	transform: translate(0, -200%) scale(1.5, 1.5);
}

#banner-two img:nth-child(4) {
	width: 7.24%;
	left: 50.83%;
	top: 31.39%;
	z-index: 6;
	transition-delay: 0.8s;
	opacity: 0;
	transform: translate(200%, 0) scale(1.5, 1.5);
}

#banner-two img:nth-child(5) {
	width: 9.74%;
	left: 40.51%;
	top: 40.2%;
	z-index: 6;
	transition-delay: 1s;
	opacity: 0;
	transform: translate(-200%, 0) scale(1.5, 1.5);
}

#banner-two img:nth-child(6) {
	width: 11.93%;
	left: 49.11%;
	top: 52%;
	z-index: 6;
	transition-delay: 1.2s;
	opacity: 0;
	transform: translate(0, 200%) scale(1.5, 1.5);
}

/* banner-three */
#banner-three img:nth-child(1) {
	width: 20.26%;
	left: 19.11%;
	top: 19.81%;
	z-index: 6;
	transition-delay: 0.5s;
	opacity: 0;
	transform: translate(-50%, -200%) scale(1.5, 1.5);
}

#banner-three img:nth-child(2) {
	width: 12.92%;
	left: 19.375%;
	top: 28.7%;
	z-index: 6;
	transition-delay: 1s;
	opacity: 0;
	transform: translate(0, 100%) scale(1, 1);
}

#swiper1 .swiper-slide-active>img {
	opacity: 1;
	transform: translate(0, 0) scale(1, 1);
}

@keyframes bannerview {
	0% {
		transform: scale(1, 1);
	}

	16% {
		transform: scale(1.01, 1.01);
	}

	33% {
		transform: scale(1.02, 1.02);
	}

	50% {
		transform: scale(1.03, 1.03);
	}

	66% {
		transform: scale(1.02, 1.02);
	}

	83% {
		transform: scale(1.01, 1.01);
	}

	83% {
		transform: scale(1, 1);
	}

}

#swiper1 .swiper-wrapper .swiper-slide-active .banner-bg {
	/* transition: 8.5s linear; */
	animation-name: bannerview;
	animation-duration: 8s;
	animation-timing-function: linear;
	animation-delay: 0.5s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	/* Safari and Chrome: */
	-webkit-animation-name: bannerview;
	-webkit-animation-duration: 8s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
}

/* 鏉垮?*/
.gl,
.hd,
.zx,
.tu-zt {
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

/* 鏃呮父鏀荤暐 */
.gl {
	height: 590px;
	background-image: url(../img/bg_n01.jpg);
}

/* 鏅尯娲诲姩 */
.hd {
	height: 600px;
	overflow: hidden;
	background-image: url(../img/bg_n02.jpg);
	/* background-image: url(http://www.cqyylg.com/img/7.jpg); */
}

/* 鏅尯鍜ㄨ */
.zx {
	height: 540px;
	background-image: url(../img/bg_n03.jpg);
	/* background-image: url(http://www.cqyylg.com/img/15.jpg); */
}

/* 涓撻?*/
.tu-zt {
	height: 790px;
	background-image: url(../img/bg_n04.jpg);
}

@keyframes videoSong {
	0% {
		left: 50%;
		transform: translate(-50%, 0) scale(1, 1);
	}

	25% {
		left: 50%;
		transform: translate(-50%, 0) scale(1.025, 1.025);
	}

	50% {
		left: 50%;
		transform: translate(-50%, 0) scale(1.05, 1.05);
	}

	75% {
		left: 50%;
		transform: translate(-50%, 0) scale(1.075, 1.075);
	}

	100% {
		left: 50%;
		transform: translate(-50%, 0) scale(1.1, 1.1);
	}
}

/* 瑙嗛?*/
.video {
	text-align: center;
	width: 100%;
	height: 600px;
	position: relative;
	overflow: hidden;
        cursor: pointer;
        
}

.video>img {
	height: 100%;
	position: absolute;
	transform: translate(-50%, 0);
	animation-name: videoSong;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-delay: 0;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	/* Safari and Chrome: */
	-webkit-animation-name: videoSong;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
}

.video .container {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

/* 鏃呮父鏀荤暐 */

/* 鏍囬?*/
.bt-one {
	text-align: center;
	padding-top: 35px;
	box-sizing: border-box;
}

.bt-one img {
	display: block;
	margin: 0 auto;
}

.bt-one img:first-child {
	margin-bottom: 15px;
}

.bt-one:hover {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: rubberBand 0.5s;
	animation: rubberBand 0.5s;
}

/* 鏀荤暐-椤圭?*/
.gl-xm {
	margin-top: 30px;
}

.gl-xm ul {
	width: 100%;
}

.gl-xm ul li {
	float: left;
	position: relative;
	overflow: hidden;
	width: 15%;
	min-height: 10px;
	margin: 0 1%;
	background: #000000;
}

.gl-xm ul li:first-child {
	margin-left: 0;
}

.gl-xm ul li:last-child {
	margin-right: 0;
}

.gl-xm ul li>img {
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.gl-xm ul li a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 124px;
	height: 124px;
	border-radius: 50%;
}

.gl-xm ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.gl-xm ul li a::before {
	content: "";
	position: absolute;
	width: 90%;
	height: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.gl-xm ul li:first-child a {
	background: rgba(90, 167, 41, 0.7);
}

.gl-xm ul li:nth-child(2) a {
	background: rgba(70, 112, 176, 0.7);
}

.gl-xm ul li:nth-child(3) a {
	background: rgba(144, 72, 200, 0.7);
}

.gl-xm ul li:nth-child(4) a {
	background: rgba(197, 81, 29, 0.7);
}

.gl-xm ul li:nth-child(5) a {
	background: rgba(196, 53, 54, 0.7);
}

.gl-xm ul li:last-child a {
	background: rgba(222, 182, 84, 0.7);
}



.gl-xm ul li:hover>img {
	transform: scale(1.1);
}

@keyframes aSong {
	0% {
		transform: translate(-50%, -50%) scale(1, 1);
	}

	25% {
		transform: translate(-50%, -50%) scale(1, 1.2);
	}

	50% {
		transform: translate(-50%, -50%) scale(1.2, 1);
	}

	75% {
		transform: translate(-50%, -50%) scale(1.1, 1.1);
	}

	100% {
		transform: translate(-50%, -50%) scale(1, 1);
	}
}

.gl-xm ul li a:hover {
	animation-name: aSong;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	/* Safari and Chrome: */
	-webkit-animation-name: aSong;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: linear;
}

.gl-xm ul li a:hover::before {}

.gl-xm ul li a:hover img {}


/* 娲诲?*/

/* 娲诲姩杞挱 */
.hd-lb {
	margin-top: 30px;
	position: relative;
	box-sizing: border-box;
}

.hd-lb .swiper-slide {
	position: relative;
	overflow: hidden;
	width: 385px;
	height: 280px;
}

.hd-lb .swiper-slide>img {
	position: absolute;
	z-index: 3;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.hd-lb .swiper-slide>img:first-child {
	position: relative;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.hd-lb .swiper-slide:hover>img:first-child {
	transform: scale(1.2);
}

.hd-lb>img {
	cursor: pointer;
	position: absolute;
	top: calc(50% - 52px);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	padding: 5px;
}

.hd-lb>img:hover {
	box-shadow: 2px 2px 20px 1px rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, .8);
}

.hd-lb .left {
	left: -5%;
}

.hd-lb .right {
	right: -5%;
}

/* ban-one */
.hd-lb #ban-one img:nth-child(2) {
	width: 88.31%;
	top: 35%;
	left: 6.23%;
}

.hd-lb #ban-one img:nth-child(3) {
	width: 42.86%;
	top: 30.3%;
	left: 33.77%;
}

.hd-lb #ban-one img:nth-child(4) {
	width: 50.4%;
	top: 58.3%;
	left: 22.77%;
}

/* ban-two */
.hd-lb #ban-two img:nth-child(2) {
	width: 52.47%;
	top: 24.3%;
	left: 29.77%;
}

.hd-lb #ban-two img:nth-child(3) {
	width: 51.95%;
	top: 62.3%;
	left: 22.77%;
}


/* ban-three */
.hd-lb #ban-three img:nth-child(2) {
	width: 94.55%;
	top: 25.3%;
	left: 2%;
}

.hd-lb #ban-three img:nth-child(3) {
	width: 70.65%;
	top: 62.3%;
	left: 15%;
}

.hd-lb .swiper-slide {}

.hd-lb .swiper-slide a {
	display: block;
	width: 385px;
	height: 280px;
	overflow: hidden;
}

.hd-lb .swiper-slide a img {
	display: block;
	width: 385px;
	height: 280px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.hd-lb .swiper-slide a:hover img {
	transform: scale(1.04);
}

.hd-lb a.more {
	display: block;
	text-decoration: none;
	font-size: 0.875rem;
	color: #FFFFFF;
	width: 220px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	background: #DBA289;
	border-radius: 50px;
	margin-top: 54px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.hd-lb a:hover {
	letter-spacing: 0.2rem;
	background: rgba(222, 182, 84);
	box-shadow: 0 0 18px 5px #ccccccbd;
}

/* 璧勮?*/
.zixun {
	margin-top: 40px;
}

.zx-left {
	width: 74.16%;
	height: 320px;
	float: left;
	overflow: hidden;
	/* box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, 0.3); */
}

/* 鍏?*/
.zx-right {
	float: right;
	overflow: hidden;
	width: 24.08%;
	height: 320px;
	background: rgba(255, 255, 255, .6);
	/* box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.3); */
}

.bt-two {
	width: 100%;
	height: 47px;
	line-height: 47px;
	text-align: center;
	background: #C5511D;
	color: #FFFFFF;
	font-size: 1.125rem;
}

.gg {
	box-sizing: border-box;
	padding: 0 14px;
}

.gg ul {}

.gg ul li {
	position: relative;
	height: 50px;
	background: #f2f2f2;
	padding: 5px 15px;
	box-sizing: border-box;
	margin-top: 16px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.gg ul li a {
	text-decoration: none;
}

.gg ul li a p {
	font-size: 0.875rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gg ul li::before {
	content: "";
	position: absolute;
	width: 3px;
	height: 15px;
	top: 15%;
	left: 0;
	background: #C5511D;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.gg ul li a span {
	font-size: 0.75rem;
	color: #888888;
}

.gg ul li:hover {
	background: #EC9A75;
}

.gg ul li:hover a p {
	color: #FFFFFF;
}

.gg ul li:hover a span {
	color: #FFFFFF;
}

.gg ul li:hover::before {
	background: #FFFFFF;
}

.zx-lb {
	width: 50%;
	height: 100%;
	float: left;
}

.new {
	width: 50%;
	height: 100%;
	float: left;
	padding: 0 17px;
	background: rgba(255, 255, 255, .6);
	box-sizing: border-box;
	overflow: hidden;
}

.bt-three {
	height: 46px;
	line-height: 46px;

	border-bottom: 1px solid #D5D5D5;
}

.bt-three a {
	text-decoration: none;
	font-size: 0.75rem;
	color: #888888;
	float: right;
}

.bt-three ul {}

.bt-three ul li {
	display: inline-block;
	margin-right: 15px;
}

.bt-three ul li.on span {
	border-bottom: 3px solid #C5511D;
	color: #C5511D;
}

.bt-three span {
	display: inline-block;
	font-size: 1.125rem;
	color: #444;
	height: calc(100% - 1.5px);
}

.new-list {
	position: relative;
}

.new-list p {
	position: relative;
	overflow: hidden;
	padding-left: 17px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 15px;
}

.new-list p::before {
	content: url(../img/jl-li-rig.png);
	color: #333333;
	position: absolute;
	left: 0;
	top: -10%;
}

.new-list p a {
	text-decoration: none;
	font-size: 0.875rem;
	color: #333333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.new-list p:hover::before {
	color: #C5511D;
}

.new-list p:hover a {
	color: #C5511D;
	margin-left: 10px;
}

.new-list a.more {
	position: absolute;
	right: 0;
	top: -50px;
	padding: 0;
	margin: 0;
	display: block;
	z-index: 66;
	color: #888;
	font-size: 14px;
	text-decoration: none;
}

.new-list a.more:hover {
	color: #C5511D;
}

.video a {
	display: inline-block;
	margin: 0 auto;
	margin-top: 114px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.video p {
	color: #FFFFFF;
	font-size: 50px;
	margin-top: 50px;
}

.video a:first-child:hover {
	transform: rotate(360deg) scale(1.2, 1.2);
}

.video a:last-child {
	width: 170px;
	height: 40px;
	line-height: 40px;
	background: rgba(197, 81, 29, 0.6);
	border-radius: 50px;
	font-size: 0.875rem;
	color: #FFFFFF;
	text-decoration: none;
}

.video a:last-child:hover {
	letter-spacing: 0.2rem;
	background: rgba(197, 81, 29, 1);
	box-shadow: 0 0 20px 1px #CCCCCC;
}

/* 璧勮?杞?*/

#swiper3 {}

#swiper3 img {
	width: 100%;
        height:320px;
}

#swiper3 .swiper-slide {
	position: relative;
}

.swiper-slide .fu {
	box-sizing: border-box;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, 0.6);
}

.swiper-slide .fu a {
	font-size: 0.875rem;
	display: block;
	width: 80%;
	color: #FFFFFF;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
	transition-delay: 0.5s;
	transform: translate(0, 100px);
}

.swiper-slide .fu span {
	display: inline-block;
	font-size: 0.75rem;
	color: #FFFFFF;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
	transition-delay: 0.8s;
	transform: translate(0, 100px);
}

#swiper3 .swiper-pagination {
	width: auto;
	right: 10px;
	left: auto;
	bottom: 20px;
}

#swiper3 .swiper-pagination span {
	background: #FFFFFF;
	opacity: 1;
}

#swiper3 .swiper-pagination .swiper-pagination-bullet-active {
	background: #E7662B;
}

#swiper3 .swiper-slide-active .fu a,
#swiper3 .swiper-slide-active .fu span {
	transform: translate(0, 0);
}

/* 鍥剧墖鏉垮潡 */
.img-section {
	width: 100%;
	padding-top: 42px;
	box-sizing: border-box;
	display: inline-block;
}

.img-one {
	float: left;
	width: 290px;
	height: 392px;
	margin-right: 13.33px;
}

.img-section .img-one:last-child {
	margin-right: 0;
}

.img-yy {
	box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
	background: #fff;
}

.img-one a {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 100%;
}

.img-one a img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.img-one a img:first-child {
	width: 100%;
}

.img-one a img:nth-child(2) {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	transform: translate(-50%, -50%) scale(3);
}

.img-one a:hover img:first-child {
	transform: scale(1.2);
}

.img-one a:hover img:last-child {
	opacity: 0;
	transform: translate(-50%, -50%) scale(1);
}

.img-section .img-one:first-child a:hover img:last-child {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.img-detail {
	padding: 16px 24px 20px 10px;
}

.img-detail span:first-child {
	font-size: 1.5rem;
	color: #C5511D;
	display: block;
}

.img-detail span:nth-child(2) {
	color: #333333;
	display: block;
	margin: 10px 0;
}

.img-detail a {
	height: 85px;
	font-size: 0.875rem;
	color: #888888;
	text-decoration: none;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 4;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.img-detail a:hover {
	text-indent: 0.2rem;
	font-size: 0.9rem;
	letter-spacing: 0.1rem;
}

.img-one a:nth-child(2) {
	margin-top: 7px;
}


/* 涓撻?*/
.zt {
	margin-top: 36px;
}

.zt-left {
	width: 790px;
	height: 280px;
	overflow: hidden;
	float: left;
}

.zt-one {
	display: inline-block;
	height: 80px;
	overflow: hidden;
	margin-top: 20px;
}

.zt-left .zt-one:first-child {
	margin: 0;
}

.zt-one a {
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.zt-one a img:first-child {
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.zt-two {
	width: 100%;
	height: 80px;
}

.zt-two a {
	width: 100%;
	height: 80px;
	overflow: hidden;
}

.zt-three {
	height: 80px;
}

.zt-three a {
	width: 386px;
	float: left;
}

.zt-three a:last-child {
	margin-left: 18px;
}

.zt-one a img:last-child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.zt-one a:hover img:first-child {
	transform: scale(1.2);
}

.zt-right {
	float: right;
	position: relative;
	overflow: hidden;
	width: 380px;
}

.zt-right img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.zt-right .fu {
	position: absolute;
	bottom: 27px;
	width: 330px;
	height: 100px;
	background: url(../img/zt-5-bg.png);
	left: 25px;
	box-sizing: border-box;
	padding: 20px;
}

.zt-right .fu span {
	font-size: 18px;
	color: #FFFFFF;
}

.zt-right .fu p {
	font-size: 1.125rem;
	color: #DACEC7;
	line-height: 2;
}

.zt-right:hover img {
	transform: scale(1.2);
}
